home *** CD-ROM | disk | FTP | other *** search
/ MacFormat España 17 / MacFormat 17 (Spain) / MacFormat 17.bin / Extras / FileMaker Pro 3.0 CD Extras / FileMaker And Apple Events / Syntax Examples / Events / Do Script Examples < prev    next >
Encoding:
Text File  |  1996-01-24  |  147 b   |  6 lines

  1. tell application "FileMaker Pro"
  2.     activate
  3.     do script first FileMaker script
  4.     do script FileMaker script "a"
  5.     do script FileMaker script 1
  6. end tell